ISubsystem.AutoUpdate 屬性
啟用或停用自動配置更新。應在使用工具寫入完整配置時使用此屬性,以避免觸發多次配置更新。例如,若您要更改 20 項設定,最好停用 AutoUpdate,更改完 20 項設定後,再重新啟用 AutoUpdate。
預設為啟用。
命名空間:IntervalZero.KINGSTAR.Base.Class組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
bool AutoUpdate { get; set; }
Property AutoUpdate As Boolean
屬性值
型別:bool
可用的 EtherCAT 狀態
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
參見